Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DisplayFieldCollection<T> Class / Find Method


In This Topic
    Find Method (DisplayFieldCollection<T>)
    In This Topic
    Finds the item using the specified name.
    Overload List
    OverloadDescription
    Finds the item using the specified name. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T>)
    Searches for a T that matches the specified type TTarget, and returns the first occurrence within the entire collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>)
    Searches for a T that matches the specified type TTarget and matches the conditions defined by the specified predicate, and returns the first occurrence within the entire collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>)
    See Also